GET Access/keepalive?deviceid[0]={deviceid[0]}&deviceid[1]={deviceid[1]}&localipaddress={localipaddress}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
deviceid |
UID(s) of the access device |
Collection of string |
None. |
localipaddress |
Local IP Address of the device |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
AccessControlKeepaliveResponseName | Description | Type | Additional information |
---|---|---|---|
CurrentDateTime | date |
None. |
|
KeepAlivePeriod | time interval |
None. |
Response Formats
application/json, text/json
Sample:
{ "CurrentDateTime": "2025-05-10T10:40:09.770267+02:00", "KeepAlivePeriod": "00:00:00.1234567" }
application/xml, text/xml
Sample:
<AccessControlKeepaliveResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sportrick.ApiModel.Responses"> <CurrentDateTime>2025-05-10T10:40:09.770267+02:00</CurrentDateTime> <KeepAlivePeriod>PT0.1234567S</KeepAlivePeriod> </AccessControlKeepaliveResponse>